home *** CD-ROM | disk | FTP | other *** search
- (if (= @language "deutsch")(
-
- (set #WARNUNG "\n\nHinweis:\n\nAm Ende des Skriptes muß noch die Hauptschublade gelöscht werden.")
- (set #UNQUESTDIR1 "In welchem Verzeichnis ist \"")
- (set #UNQUESTDIR2 "\" installiert ?")
- (set #DELFILES "\nLösche Dateien...")
- (set #UNQUESTASSIGN "Sollen die Assigns in der \"User-Startup\" entfernt werden?")
- (set #DELPROG "; Das Programm ist leider gelöscht worden !")
- (set #ABORTINSTALL "Installation abbrechen")
- (set #JUMPOP "Operation überspringen")
- (set #ASKMIDDIR "das Verzeichnis")
- (set #ASKMIDFILE "die Datei")
- (set #ASKFIRST "Soll")
- (set #ASKLAST "gelöscht werden?")
-
- ;END IF
- ))
- (if (= @language "english")(
-
- (set #WARNUNG "\n\nInfo:\n\nAt the end of the script, the main-directory must be deleted by hand !")
- (set #UNQUESTDIR1 "In which drawer is \"")
- (set #UNQUESTDIR2 "\" installed ?")
- (set #DELFILES "\nDelete Files...")
- (set #UNQUESTASSIGN "Should the Assigns be delete?")
- (set #DELPROG "; Sorry for the bad english (The programm is deld!)")
- (set #ABORTINSTALL "Abort Install")
- (set #JUMPOP "Jump operation")
- (set #ASKMIDDIR "the directory")
- (set #ASKMIDFILE "the file")
- (set #ASKFIRST "Should")
- (set #ASKLAST "be deleted?")
-
- ;END IF
- ))
- (procedure p_delete #dir #pat #inf
- (
- (set #fehler
- (trap
- (
- (foreach #dir #pat
- (
- (if (> @each-type 0)
- (set #type #ASKMIDDIR)
- (set #type #ASKMIDFILE)
- )
- (if (= @user-level 2)
- (
- (set #answer
- (askbool
- (prompt (cat "\n" #ASKFIRST " " #type "\n\"" #dir @each-name "\"\n" #ASKLAST))
- (help @askbool-help)
- )
- )
- )
- (
- (set #answer 1)
- ))
- (if #answer
- (
- (delete (cat #dir @each-name))
- (if (= #inf 1)
- (delete (cat #dir @each-name ".info"))
- )
- )
- )
- )
- )
- )
- )
- )
- (if (= #fehler 1)
- (exit #USER_ABORT (quiet))
- )
- )
- )
-
- (message #WARNUNG)
-
- (set my_dest
- (askdir
- (prompt (cat #UNQUESTDIR1 "ISEP" #UNQUESTDIR2))
- (help @askdir-help)
- (default @default-dest)
- )
- )
- (set @default-dest my_dest)
-
- (if (< @user-level 2)
- (working #DELFILES))
-
- (p_delete (tackon my_dest "") "ISEP.info" 0)
- (p_delete (tackon my_dest "ISEP/") "ISEPPrefs" 0)
- (p_delete (tackon my_dest "ISEP/") "ISEPPrefs.info" 0)
- (p_delete (tackon my_dest "ISEP/") "EasyISEP.info" 0)
- (p_delete (tackon my_dest "ISEP/") "ISEP" 0)
- (p_delete (tackon my_dest "ISEP/") "ISEP.info" 0)
- (p_delete (tackon my_dest "ISEP/") "Anleitung.htm" 0)
- (p_delete (tackon my_dest "ISEP/") "Anleitung.htm.info" 0)
- (p_delete (tackon my_dest "ISEP/") "EasyISEP" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "anleitung.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "archive.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "assign.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "aunterverz.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "autor.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "benutzungei.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "copyrights.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "datei_fenster.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "easyisep.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "einschr.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "faq.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "hauptfenster.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "intro.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "iprefs.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "iunterverz.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "nachricht.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "nachrichten.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "prozent.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "quelldisk_fenster.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "register.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "spfenster.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "startfenster.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "steuercodes.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "vorbereitung.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "index.htm" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "easyisep.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "background.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "assign_2.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "assign_1.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "spfenster.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "prozent.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "nachricht_2.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "nachricht_1.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "bunterverz.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "unterverz_3.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "unterverz_2.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "unterverz_1.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "datei_fenster.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "quelldisk.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "hauptfenster.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "startfenster.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "isepprefs.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "next.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/gif/") "back.gif" 0)
- (p_delete (tackon my_dest "ISEP/html-docs/") "gif" 0)
- (p_delete (tackon my_dest "ISEP/") "html-docs" 0)
- (p_delete (tackon my_dest "ISEP/data/") "def_install.info" 0)
- (p_delete (tackon my_dest "ISEP/data/") "LiesMich" 0)
- (p_delete (tackon my_dest "ISEP/") "data" 0)
- (p_delete (tackon my_dest "ISEP/sprachen/") "index.dat" 0)
- (p_delete (tackon my_dest "ISEP/sprachen/") "english.dat" 0)
- (p_delete (tackon my_dest "ISEP/sprachen/") "deutsch.dat" 0)
- (p_delete (tackon my_dest "ISEP/") "sprachen" 0)
- (p_delete (tackon my_dest "ISEP/dev/own_catalogs/") "LiesMich" 0)
- (p_delete (tackon my_dest "ISEP/dev/own_catalogs/") "NewCatalog.lib" 0)
- (p_delete (tackon my_dest "ISEP/dev/own_catalogs/") "NewCatalog.h" 0)
- (p_delete (tackon my_dest "ISEP/dev/own_catalogs/") "NewCatalog.c" 0)
- (p_delete (tackon my_dest "ISEP/dev/") "own_catalogs" 0)
- (p_delete (tackon my_dest "ISEP/dev/catalogs/") "ISEP.ct" 0)
- (p_delete (tackon my_dest "ISEP/dev/catalogs/") "ISEP.cd" 0)
- (p_delete (tackon my_dest "ISEP/dev/") "catalogs" 0)
- (p_delete (tackon my_dest "ISEP/") "dev" 0)
- (p_delete (tackon my_dest "") "ISEP" 0)
-